Skip to content

Commit

Permalink
Update rootstockTestnet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 15, 2024
1 parent 6f01b1c commit 0f8c922
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/chains/definitions/rootstockTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ export const rootstockTestnet = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'RSK Explorer',
url: 'https://explorer.testnet.rootstock.io/',
url: 'https://explorer.testnet.rootstock.io',
},
},
contracts: {
multicall3: {
address: '0xCa1167915584462449EE5B4EA51C37FE81ECdCCd',
blockCreated: 5108224,
},
},
}
})

0 comments on commit 0f8c922

Please sign in to comment.