-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace goerli chains with sepolia #482
Conversation
@@ -31,16 +30,16 @@ export const proxies: TablelandNetworkConfig = { | |||
matic: "0x5c4e6A9e5C1e1BF445A062006faF19EA6c49aFeA", | |||
filecoin: "0x59EF8Bf2d6c102B4c42AEf9189e1a9F0ABfD652d", | |||
sepolia: "0xc50C62498448ACc8dBdE43DA77f8D5D2E2c7597D", | |||
"optimism-goerli": "0xC72E8a7Be04f2469f8C2dB3F1BdF69A7D516aBbA", | |||
"optimism-sepolia": "0x68A2f4423ad3bf5139Db563CF3bC80aA09ed7079", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brunocalza new address for op sepolia
network.ts
Outdated
// localhost is a stand alone node | ||
localhost: "", | ||
// local-tableland implies that a validator is also running. the proxy address will always be | ||
// "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512" because of the order of contract deployment | ||
"local-tableland": "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512", | ||
"optimism-sepolia-staging": "0xd39a346e8299F4e3685f3D44215e0c9328e73439" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brunocalza new address for op sepolia staging (I'll remove this key once contract gets verified)
07beb0e
to
91a707a
Compare
Signed-off-by: Sander Pick <[email protected]>
91a707a
to
0dc5d69
Compare
This is gtg. Thanks for stubbing it out @joewagner. |
Signed-off-by: Sander Pick <[email protected]>
return "https://testnets.tableland.network/api/v1/"; | ||
} else if (block.chainid == 421613) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
old typo!
// tableland testnet devnets (uncomment when needed for admin) | ||
// "optimism-sepolia-staging": string | number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leaving this here commented out so that it doesn't show up in public api, but available for admin when needed
No description provided.