Skip to content

Commit

Permalink
upgrade the Amoy testing protocol addresses and startBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Apr 8, 2024
1 parent bf9f55b commit d4704fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,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: "0x7de418a7ce94debd057c34ebac232e7027634ade",
forwarder: "0xd240234dacd7ffdca7e4effcf6c7190885d7e2f0" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/8f2eeedba90a124b199842ffbed9c019444eef4f/scripts/config/client-upgrade.js#L11
},
metaTx: {
relayerUrl: "https://api.biconomy.io",
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 @@ -37,8 +37,8 @@ const envNameToConfig: Record<
startBlock: 35370695 // mumbai, this is NOT the block number when the protocol was deployed (manual override as there was an error in the subgraph)
},
"testing-80002-0": {
network: "amoy", // TO BE CONFIRMED
startBlock: 4958511 // TODO: change it
network: "amoy",
startBlock: 5608358 // amoy, block number when protocol was deployed https://www.oklink.com/amoy/tx/0x4c5fa4ecdaef460d53e14302b4acc99a51379f13c1c435e4d7faca6e09bf6ab0
},
"testing-5-0": {
network: "goerli",
Expand Down

0 comments on commit d4704fc

Please sign in to comment.