Skip to content

Commit

Permalink
Update v2.1 address
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 3, 2024
1 parent 713441c commit d8dcd02
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions definition/mainnets/address.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@


export const listenRelayer = [
"0xaC2b224c2E1eD2E8663097a361A05a72d6671C7D",
"0xDD9622309aa2798D74CD39C772D289dfe3EEdaD5", // TWArBv4oRtVE4MAkqaEVHHiBQX1Wc7xDg6
"0x114890eB7386F94eae410186F20968bFAf66142a",
"0xB607762F43F1A72593715497d4A7dDD754c62a6A", // TSZgvR9xTGeG3RXcUKnWWcUAAAEskXdCHj
];
export const listenOracle = [
"0x3f938756ceFa33665719Eb528E581FF3f460b7C6",
"0xf7A4217c2c372E50c19fdF68D86b3C7E493d2d21", // TYYcXSzzc8r4Q17xrYUtqWEMtKUNwNictu
"0xBE01B76AB454aE2497aE43168b1F70C92Ac1C726",
"0xD250c974cbe8eEa25Ab75c0Fc9a18D612Ae4b043", // TV9FgX1jHSg1k6kEaZtYR2ZH4AdqnMCDak
];
export const listenSignature = [
"0xA72d283015c01807bc0788Bf22C1A774bDbFC8fA",
"0x152c6DdDD0A4cfD817af7Cf4cf5491D4AC44e886", // TBuAR5bP2KoJ6Thx4zFqGChSARNRYrknTD
"0x13b2211a7cA45Db2808F6dB05557ce5347e3634e",
"0x5C5c383FEbE62F377F8c0eA1de97F2a2Ba102e98", // TJPZeFEdc4TBEcNbku5xVZLQ6B2Q1oGnd1
];
22 changes: 11 additions & 11 deletions definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,32 @@ export default createConfig({
// === V2
ORMPV2: {
abi: ORMPAbiV2,
address: "0xA72d283015c01807bc0788Bf22C1A774bDbFC8fA",
address: "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e",
network: {
arbitrum: {
startBlock: 216132417,
startBlock: 217891600,
},
blast: {
startBlock: 4073496,
startBlock: 4293849,
},
crab: {
startBlock: 2872009,
startBlock: 2900604,
},
darwinia: {
startBlock: 2795207,
startBlock: 2830100,
},
ethereum: {
startBlock: 19973128,
startBlock: 20009605,
},
moonbeam: {
startBlock: 6257873,
startBlock: 6294138,
},
polygon: {
startBlock: 57514953,
startBlock: 57710686,
},
tron: {
startBlock: 62104493,
address: "0x152c6DdDD0A4cfD817af7Cf4cf5491D4AC44e886", // TBuAR5bP2KoJ6Thx4zFqGChSARNRYrknTD
startBlock: 62251337,
address: "0x5C5c383FEbE62F377F8c0eA1de97F2a2Ba102e98", // TJPZeFEdc4TBEcNbku5xVZLQ6B2Q1oGnd1
},
},
filter: {
Expand All @@ -105,7 +105,7 @@ export default createConfig({
address: "0x57aa601a0377f5ab313c5a955ee874f5d495fc92",
network: {
darwinia: {
startBlock: 2795207,
startBlock: 2830100,
},
},
},
Expand Down

0 comments on commit d8dcd02

Please sign in to comment.