File tree Expand file tree Collapse file tree
packages/common/src/chains Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ export const dustMainnet = {
3434 blockExplorers : {
3535 default : {
3636 name : "Blockscout" ,
37- url : "https://explorer.dustproject.org/ " ,
37+ url : "https://explorer.dustproject.org" ,
3838 } ,
3939 // worldsExplorer: {
4040 // name: "MUD Worlds Explorer",
4141 // url: "https://explorer.mud.dev/pyrope/worlds",
4242 // },
4343 } ,
44- indexerUrl : "https://indexer.alpha.dustproject.org/ " ,
44+ indexerUrl : "https://indexer.alpha.dustproject.org" ,
4545} as const satisfies MUDChain ;
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ export const dustTestnet = {
3434 blockExplorers : {
3535 default : {
3636 name : "Blockscout" ,
37- url : "https://explorer.testnet.dustproject.org/ " ,
37+ url : "https://explorer.testnet.dustproject.org" ,
3838 } ,
3939 // worldsExplorer: {
4040 // name: "MUD Worlds Explorer",
4141 // url: "https://explorer.mud.dev/pyrope/worlds",
4242 // },
4343 } ,
44- indexerUrl : "https://indexer.testnet.dustproject.org/ " ,
44+ indexerUrl : "https://indexer.testnet.dustproject.org" ,
4545} as const satisfies MUDChain ;
You can’t perform that action at this time.
0 commit comments