Skip to content

Commit

Permalink
update protocol config for amoy on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Apr 9, 2024
1 parent d4704fc commit 1640822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions packages/common/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const envConfigs: Record<EnvironmentType, ProtocolConfig[]> = {
ipfsMetadataUrl: "https://ipfs.infura.io:5001",
contracts: {
protocolDiamond: "0x7de418a7ce94debd057c34ebac232e7027634ade",
forwarder: "0xd240234dacd7ffdca7e4effcf6c7190885d7e2f0" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/8f2eeedba90a124b199842ffbed9c019444eef4f/scripts/config/client-upgrade.js#L11
forwarder: "0xd240234dacd7ffdca7e4effcf6c7190885d7e2f0" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/main/scripts/config/client-upgrade.js#L11
},
metaTx: {
relayerUrl: "https://api.biconomy.io",
Expand Down Expand Up @@ -140,7 +140,7 @@ export const envConfigs: Record<EnvironmentType, ProtocolConfig[]> = {
contracts: {
// from https://github.com/bosonprotocol/boson-protocol-contracts/pull/807
protocolDiamond: "0x76051fc05ab42d912a737d59a8711f1446712630",
forwarder: "0xffffffffffffffffffffffffffffffffffffffff" // https://docs-gasless.biconomy.io/misc/contract-addresses
forwarder: "0xbdeA59c8801658561a16fF58D68FC2b198DE4E93" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/main/scripts/config/client-upgrade.js#L10
},
metaTx: undefined,
lens: undefined
Expand Down Expand Up @@ -192,8 +192,8 @@ export const envConfigs: Record<EnvironmentType, ProtocolConfig[]> = {
theGraphIpfsUrl: "https://api.thegraph.com/ipfs/api/v0",
ipfsMetadataUrl: "https://ipfs.infura.io:5001",
contracts: {
protocolDiamond: "0x????????????????????????????????????????", // TODO: to be defined
forwarder: "0x????????????????????????????????????????" // TODO: to be defined
protocolDiamond: "0x26f643746cbc918b46c2d47edca68c4a6c98ebe6",
forwarder: "0xd240234dacd7ffdca7e4effcf6c7190885d7e2f0" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/main/scripts/config/client-upgrade.js#L11
},
metaTx: {
relayerUrl: "https://api.biconomy.io",
Expand Down Expand Up @@ -245,8 +245,8 @@ export const envConfigs: Record<EnvironmentType, ProtocolConfig[]> = {
ipfsMetadataUrl: "https://ipfs.infura.io:5001",
contracts: {
// from https://github.com/bosonprotocol/boson-protocol-contracts/pull/807
protocolDiamond: "0xffffffffffffffffffffffffffffffffffffffff", // TODO: change it
forwarder: "0xffffffffffffffffffffffffffffffffffffffff" // https://docs-gasless.biconomy.io/misc/contract-addresses
protocolDiamond: "0x26f643746cbc918b46c2d47edca68c4a6c98ebe6",
forwarder: "0xbdeA59c8801658561a16fF58D68FC2b198DE4E93" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/main/scripts/config/client-upgrade.js#L10
},
metaTx: undefined,
lens: undefined
Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/scripts/render-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const envNameToConfig: Record<
startBlock: 28566747 // mumbai, block number when protocol was deployed
},
"staging-80002-0": {
network: "amoy", // TO BE CONFIRMED
startBlock: 4958511 // TODO: change it
network: "amoy",
startBlock: 5646249 // amoy, block number when protocol was deployed https://www.oklink.com/amoy/tx/0xecce702cd69df29088b3a69e24feb62787bda7d9fcf7f0694ccd22d29e98c326
},
"staging-5-0": {
network: "goerli",
Expand Down

0 comments on commit 1640822

Please sign in to comment.