Skip to content
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

Merged
merged 3 commits into from
Mar 6, 2024
Merged

replace goerli chains with sepolia #482

merged 3 commits into from
Mar 6, 2024

Conversation

joewagner
Copy link
Contributor

No description provided.

@@ -31,16 +30,16 @@ export const proxies: TablelandNetworkConfig = {
matic: "0x5c4e6A9e5C1e1BF445A062006faF19EA6c49aFeA",
filecoin: "0x59EF8Bf2d6c102B4c42AEf9189e1a9F0ABfD652d",
sepolia: "0xc50C62498448ACc8dBdE43DA77f8D5D2E2c7597D",
"optimism-goerli": "0xC72E8a7Be04f2469f8C2dB3F1BdF69A7D516aBbA",
"optimism-sepolia": "0x68A2f4423ad3bf5139Db563CF3bC80aA09ed7079",
Copy link
Member

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"
Copy link
Member

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)

@sanderpick sanderpick marked this pull request as ready for review March 6, 2024 18:01
@sanderpick
Copy link
Member

This is gtg. Thanks for stubbing it out @joewagner.

sanderpick
sanderpick previously approved these changes Mar 6, 2024
return "https://testnets.tableland.network/api/v1/";
} else if (block.chainid == 421613) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

old typo!

Comment on lines +16 to +17
// tableland testnet devnets (uncomment when needed for admin)
// "optimism-sepolia-staging": string | number;
Copy link
Member

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

@sanderpick sanderpick merged commit 26f8133 into main Mar 6, 2024
2 checks passed
@sanderpick sanderpick deleted the joe/depre-goerli branch March 6, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants