This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
684 additions
and
92 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,22 @@ | ||
import { Chain } from './types' | ||
|
||
export const classic = { | ||
id: 61, | ||
name: 'Ethereum Classic', | ||
network: 'classic', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'ETC', | ||
symbol: 'ETC', | ||
}, | ||
rpcUrls: { | ||
default: { http: ['https://etc.rivet.link'] }, | ||
public: { http: ['https://etc.rivet.link'] }, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Blockscout', | ||
url: 'https://blockscout.com/etc/mainnet', | ||
}, | ||
}, | ||
} as const satisfies Chain |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { Chain } from './types' | ||
|
||
export const emerald = { | ||
id: 42262, | ||
name: 'Oasis Emerald', | ||
network: 'emerald', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Oasis ROSE', | ||
symbol: 'ROSE', | ||
}, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://emerald.oasis.dev'], | ||
webSocket: ['wss://emerald.oasis.dev/ws'], | ||
}, | ||
public: { | ||
http: ['https://emerald.oasis.dev'], | ||
webSocket: ['wss://emerald.oasis.dev/ws'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Oasis Explorer', | ||
url: 'https://explorer.emerald.oasis.dev', | ||
}, | ||
}, | ||
contracts: { | ||
multicall3: { | ||
address: '0xcA11bde05977b3631167028862bE2a173976CA11', | ||
blockCreated: 1481392, | ||
}, | ||
}, | ||
} as const satisfies Chain |
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 { Chain } from './types' | ||
|
||
export const eon = { | ||
id: 7_332, | ||
name: 'Horizen EON', | ||
network: 'eon', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'ZEN', | ||
symbol: 'ZEN', | ||
}, | ||
rpcUrls: { | ||
public: { http: ['https://eon-rpc.horizenlabs.io/ethv1'] }, | ||
default: { http: ['https://eon-rpc.horizenlabs.io/ethv1'] }, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'EON Explorer', | ||
url: 'https://eon-explorer.horizenlabs.io', | ||
}, | ||
}, | ||
contracts: {}, | ||
} as const satisfies Chain |
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,27 @@ | ||
import { Chain } from './types' | ||
|
||
export const ewc = { | ||
id: 246, | ||
name: 'Energy Web Chain', | ||
network: 'ewc', | ||
nativeCurrency: { name: 'EWT', symbol: 'EWT', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc.energyweb.org'], | ||
}, | ||
public: { | ||
http: ['https://rpc.energyweb.org'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Energy Web Chain Explorer', | ||
url: 'https://explorer.energyweb.org', | ||
}, | ||
}, | ||
contracts: { | ||
ensRegistry: { | ||
address: '0x0A6d64413c07E10E890220BBE1c49170080C6Ca0', | ||
}, | ||
}, | ||
} as const satisfies Chain |
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,18 @@ | ||
import { Chain } from './types' | ||
|
||
export const fuseSparknet = { | ||
id: 123, | ||
name: 'Fuse Sparknet', | ||
network: 'fuse', | ||
nativeCurrency: { name: 'Spark', symbol: 'SPARK', decimals: 18 }, | ||
rpcUrls: { | ||
default: { http: ['https://rpc.fusespark.io'] }, | ||
public: { http: ['https://rpc.fusespark.io'] }, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Sparkent Explorer', | ||
url: 'https://explorer.fusespark.io', | ||
}, | ||
}, | ||
} as const satisfies Chain |
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,21 @@ | ||
import { Chain } from './types' | ||
|
||
export const gobi = { | ||
id: 1_663, | ||
name: 'Horizen Gobi Testnet', | ||
network: 'gobi', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Test ZEN', | ||
symbol: 'tZEN', | ||
}, | ||
rpcUrls: { | ||
public: { http: ['https://gobi-testnet.horizenlabs.io/ethv1'] }, | ||
default: { http: ['https://gobi-testnet.horizenlabs.io/ethv1'] }, | ||
}, | ||
blockExplorers: { | ||
default: { name: 'Gobi Explorer', url: 'https://gobi-explorer.horizen.io' }, | ||
}, | ||
contracts: {}, | ||
testnet: true, | ||
} as const satisfies Chain |
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
Oops, something went wrong.