-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from router-protocol/add/evm-chains
add: evm mainnet chains
- Loading branch information
Showing
10 changed files
with
138 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { EVMChain } from '../../types/index.js'; | ||
|
||
export const nahmii: EVMChain = { | ||
id: 4061, | ||
name: 'Nahmii', | ||
type: 'evm', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Ether', | ||
symbol: 'ETH', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc.n3.nahmii.io'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Nahmii Explorer', | ||
url: 'https://explorer.nahmii.io', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { EVMChain } from '../../types/index.js'; | ||
|
||
export const nero: EVMChain = { | ||
id: 1689, | ||
name: 'Nero', | ||
type: 'evm', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Nero Token', | ||
symbol: 'NERO', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc.nerochain.io'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Nero Explorer', | ||
url: 'https://neroscan.io', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { EVMChain } from '../../types/index.js'; | ||
|
||
export const odyssey: EVMChain = { | ||
id: 153153, | ||
name: 'Odyssey', | ||
type: 'evm', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Dione token', | ||
symbol: 'DIONE', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://node.dioneprotocol.com/ext/bc/D/rpc'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Odyssey Explorer', | ||
url: 'https://odyssey-explorer.ithaca.xyz', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { EVMChain } from '../../types/index.js'; | ||
|
||
export const redbelly: EVMChain = { | ||
id: 151, | ||
name: 'RedBelly Network', | ||
type: 'evm', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'RedBelly Network Token', | ||
symbol: 'RBNT', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://governors.mainnet.redbelly.network'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'RedBelly Explorer', | ||
url: 'https://redbelly.routescan.io', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { EVMChain } from '../../types/index.js'; | ||
|
||
export const shido: EVMChain = { | ||
id: 9008, | ||
name: 'Shido', | ||
type: 'evm', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Shido', | ||
symbol: 'SHIDO', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc-delta-nodes.shidoscan.com'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Shido Explorer', | ||
url: 'https://shidoscan.com', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters