Skip to content

Commit

Permalink
更换rpc节点
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Nov 11, 2023
1 parent 567bf46 commit 070a962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ optimizer = true
optimizer_runs = 3000


[profile.lidamao-testnet]
eth_rpc_url = "http://8.217.213.253"
[profile.Mississippi-testnet]
eth_rpc_url = "http://rpc.0xMssp.xyz"
optimizer = true
optimizer_runs = 3000

2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:typechain": "rimraf types && typechain --target=ethers-v5 out/IWorld.sol/IWorld.json",
"deploy:local": "pnpm run build && mud deploy",
"deploy:testnet": "pnpm run build && mud deploy --profile=lattice-testnet",
"deploy:lidamao": "pnpm run build && mud deploy --profile=lidamao-testnet",
"deploy:lidamao": "pnpm run build && mud deploy --profile=Mississippi-testnet",
"dev": "pnpm mud dev-contracts --rpc http://127.0.0.1:8545",
"dev-old": "pnpm mud dev-contracts --rpc http://127.0.0.1:8545",
"lint": "pnpm run prettier && pnpm run solhint",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"address": "0xD28F3246f047Efd4059B24FA1fa587eD9fa3e77F"
},
"33784": {
"address": "0x9eacdFe70E6032A486af6B6182c00CD7Fa20bC6e",
"blockNumber": 366497
"address": "0x2428109A9e775E4406fe079132F216dc77117333",
"blockNumber": 1528
},
"421613": {
"address": "0x2Bc1034975c3df48D6f3026802f372677844b85d",
Expand Down

0 comments on commit 070a962

Please sign in to comment.