Skip to content

Commit

Permalink
Update address
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed May 14, 2024
1 parent 218286a commit 37c693b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default createConfig({
// === V2
ORMPV2: {
abi: ORMPAbiV2,
address: "0x56F423Db036F2eDD05567b1211122E0B17C3bfF4",
address: "0x8FA742787a5ee193209Ba0765e2f6DFAAd23ed23",
network: {
// testnets
pangolin: {
Expand Down
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { ponder } from "@/generated";

const listenRelayer = [
"0xf8bb976bC369eedfbD5D3CEEB7077dc86EbC321D",
"0x58f89516F0b4fd654D51d9f5B56Eb9473FB3533B",
"0x0EEf3478C2E34c36Bb13B8B235096D5c361873bF", // tron
"0x1cFe6d573391094d90cB9f90B754C889b770bfEa", // pangoro
];
const listenOracle = [
"0xeEa101d2c581C7426D719306B95D0c2B0578016B",
"0x413a126fA1AE75b30371C26615D31f50c3620CaD",
"0x58facC3a63CEF6d806E08d9189B37351dd4aE9C3", // tron
"0x2E0c9AfF4320147E17d5D9A65a82010ce93Ba255", // pangoro
];
const listenSignature = [
"0x56F423Db036F2eDD05567b1211122E0B17C3bfF4",
"0x8FA742787a5ee193209Ba0765e2f6DFAAd23ed23",
"0x13c991C5BEf30c0E8600D95B8554B4DeDa4853b8", // tron
"0xE46ed7594fFa6AD7c3b5232827EC2AF8f94beb38" // pangoro
];
Expand Down

0 comments on commit 37c693b

Please sign in to comment.