-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"name": "Siberium Test Network", | ||
"chain": "SBR", | ||
"rpc": [ | ||
"https://siberium-test-network.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.test.siberium.net" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TestSIBR", | ||
"symbol": "SIBR", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://siberium.net", | ||
"shortName": "testsbr", | ||
"chainId": 111000, | ||
"networkId": 111000, | ||
"icon": { | ||
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne", | ||
"width": 512, | ||
"height": 512, | ||
"format": "svg" | ||
}, | ||
"explorers": [ | ||
{ | ||
"name": "Siberium Testnet Explorer - blockscout", | ||
"url": "https://explorer.test.siberium.net", | ||
"icon": { | ||
"url": "ipfs://QmYeMdWDZ1iaBFeSPorRyPi7RuSXTdDKTgW3rfnUf3W5ne", | ||
"width": 512, | ||
"height": 512, | ||
"format": "svg" | ||
}, | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"testnet": true, | ||
"slug": "siberium-test-network" | ||
} as const satisfies Chain; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"name": "Living Assets Mainnet", | ||
"chain": "LAS", | ||
"icon": { | ||
"url": "ipfs://QmRidubY7BVwC737BQwGEttenP1npAXN7ZNryktE416uUW", | ||
"width": 500, | ||
"height": 500, | ||
"format": "jpg" | ||
}, | ||
"rpc": [ | ||
"https://living-assets.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://beta.mainnet.livingassets.io/rpc", | ||
"https://gamma.mainnet.livingassets.io/rpc" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "LAS", | ||
"symbol": "LAS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://dev.livingassets.io/", | ||
"shortName": "LAS", | ||
"chainId": 1440, | ||
"networkId": 1440, | ||
"testnet": false, | ||
"slug": "living-assets" | ||
} as const satisfies Chain; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"name": "Aves Testnet", | ||
"chain": "AVST", | ||
"rpc": [ | ||
"https://aves-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://test.rpc.avescoin.io" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "AvesT", | ||
"symbol": "AVST", | ||
"decimals": 18 | ||
}, | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "https://ethereum.org", | ||
"shortName": "avst", | ||
"chainId": 333331, | ||
"networkId": 333331, | ||
"icon": { | ||
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", | ||
"width": 232, | ||
"height": 232, | ||
"format": "png" | ||
}, | ||
"explorers": [ | ||
{ | ||
"name": "avescan", | ||
"url": "https://testnet.avescoin.io", | ||
"icon": { | ||
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn", | ||
"width": 232, | ||
"height": 232, | ||
"format": "png" | ||
}, | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"testnet": true, | ||
"slug": "aves-testnet" | ||
} as const satisfies Chain; |