Skip to content

Commit

Permalink
feat: add odyssey network
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Nov 12, 2024
1 parent 6446c8c commit c5cada3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion network.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,19 @@
"databaseName": "local_evm",
"redisDBNumber": 0,
"EVMJSONRPC": [
"https://story-testnet.aura.network",
"https://testnet.storyrpc.io"
],
"EVMchainId": 1513,
"moleculerNamespace": "erascope-dev-story-testnet"
},
{
"chainId": "1516",
"RPC": [],
"LCD": [],
"databaseName": "local_evm",
"redisDBNumber": 19,
"EVMJSONRPC": ["https://odyssey.storyrpc.io"],
"EVMchainId": 1516,
"moleculerNamespace": "erascope-dev-odyssey-testnet"
}
]

0 comments on commit c5cada3

Please sign in to comment.