Skip to content

Commit

Permalink
feat: add confirmation blocks (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng authored Sep 8, 2024
1 parent 50fd899 commit ed2e2ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
21 changes: 9 additions & 12 deletions everclear.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"everclear": "0x02cfc75A2C24Cf698AFb53017c1a19e16C4f14da",
"gateway": "0x0b6241a74D521d947E02a12D1f409Bad563c7833"
},
"providers": [
"https://rpc.connext-sepolia.gelato.digital"
],
"providers": ["https://rpc.connext-sepolia.gelato.digital"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-sepolia/production-v0.0.2/gn"
],
"confirmations": 0,
"assets": {
"ETH": {
"symbol": "ETH",
Expand All @@ -27,16 +26,15 @@
},
"chains": {
"11155111": {
"providers": [
"https://ethereum-sepolia-rpc.publicnode.com"
],
"providers": ["https://ethereum-sepolia-rpc.publicnode.com"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-sepolia/production-v0.0.2/gn"
],
"deployments": {
"everclear": "0x83d58be7DAbd2C12df29FE80d24a0A661BC88B11",
"gateway": "0x557A0AF3F73Ee8627e60ec813d6CF29cA0f90c77"
},
"confirmations": 2,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down Expand Up @@ -80,16 +78,15 @@
},
"97": {
"gasLimit": 120000000,
"providers": [
"https://data-seed-prebsc-1-s1.bnbchain.org:8545"
],
"providers": ["https://data-seed-prebsc-1-s1.bnbchain.org:8545"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-chapel/production-v0.0.2/gn"
],
"deployments": {
"everclear": "0x83d58be7DAbd2C12df29FE80d24a0A661BC88B11",
"gateway": "0x557A0AF3F73Ee8627e60ec813d6CF29cA0f90c77"
},
"confirmations": 1,
"assets": {
"BNB": {
"symbol": "BNB",
Expand Down Expand Up @@ -132,16 +129,15 @@
}
},
"11155420": {
"providers": [
"https://sepolia.optimism.io"
],
"providers": ["https://sepolia.optimism.io"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-op-sepolia/production-v0.0.3/gn"
],
"deployments": {
"everclear": "0xd18C5E22E67947C8f3E112C622036E65a49773ab",
"gateway": "0x688a75702c4cF772164b7a448df3Db018199D414"
},
"confirmations": 1,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down Expand Up @@ -194,6 +190,7 @@
"everclear": "0xd18C5E22E67947C8f3E112C622036E65a49773ab",
"gateway": "0x688a75702c4cF772164b7a448df3Db018199D414"
},
"confirmations": 1,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down
23 changes: 10 additions & 13 deletions everclear.testnet.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"everclear": "0x8Af53905E53D1607DB5eaE47A71D2d03f652F4cB",
"gateway": "0xcb37B73d98C25A507E5a0e01F6A417b30E0c01fc"
},
"providers": [
"https://rpc.connext-sepolia.gelato.digital"
],
"providers": ["https://rpc.connext-sepolia.gelato.digital"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-sepolia/staging-v0.0.1/gn"
],
"confirmations": 0,
"assets": {
"ETH": {
"symbol": "ETH",
Expand All @@ -27,16 +26,15 @@
},
"chains": {
"11155111": {
"providers": [
"https://ethereum-sepolia-rpc.publicnode.com"
],
"providers": ["https://ethereum-sepolia-rpc.publicnode.com"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-sepolia/staging-v0.0.12/gn"
],
"deployments": {
"everclear": "0xB6aBe199F9256c598Df0646ca9c073276d412C90",
"gateway": "0x4902Cd7BacdA179cD8b08F824124821C62A493fc"
},
"confirmations": 2,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down Expand Up @@ -80,16 +78,15 @@
},
"97": {
"gasLimit": 120000000,
"providers": [
"https://data-seed-prebsc-1-s1.bnbchain.org:8545"
],
"providers": ["https://data-seed-prebsc-1-s1.bnbchain.org:8545"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-chapel/staging-v0.0.12/gn"
],
"deployments": {
"everclear": "0xcb37B73d98C25A507E5a0e01F6A417b30E0c01fc",
"gateway": "0xB6aBe199F9256c598Df0646ca9c073276d412C90"
},
"confirmations": 1,
"assets": {
"BNB": {
"symbol": "BNB",
Expand Down Expand Up @@ -132,16 +129,15 @@
}
},
"11155420": {
"providers": [
"https://sepolia.optimism.io"
],
"providers": ["https://sepolia.optimism.io"],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-op-sepolia/staging-v0.0.12/gn"
],
"deployments": {
"everclear": "0x1e802F2F298c26381add4a9F4ccC71b68Ff04bc3",
"gateway": "0x8Af53905E53D1607DB5eaE47A71D2d03f652F4cB"
},
"confirmations": 1,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down Expand Up @@ -194,6 +190,7 @@
"everclear": "0x1e802F2F298c26381add4a9F4ccC71b68Ff04bc3",
"gateway": "0x8Af53905E53D1607DB5eaE47A71D2d03f652F4cB"
},
"confirmations": 1,
"assets": {
"ETH": {
"symbol": "ETH",
Expand Down Expand Up @@ -236,4 +233,4 @@
}
}
}
}
}

0 comments on commit ed2e2ac

Please sign in to comment.