mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-04 03:58:00 +03:00
Migrate to decimal chainId
This commit is contained in:
@@ -1,54 +1,54 @@
|
||||
{
|
||||
"0x1": {
|
||||
"chainId": "0x1",
|
||||
"1": {
|
||||
"chainId": "1",
|
||||
"explorer": "https://etherscan.io/",
|
||||
"label": "Ethereum",
|
||||
"code": "eth",
|
||||
"rpc": "https://trade.orionprotocol.io/rpc",
|
||||
"baseCurrencyName": "ETH"
|
||||
},
|
||||
"0x38": {
|
||||
"chainId": "0x38",
|
||||
"56": {
|
||||
"chainId": "56",
|
||||
"explorer": "https://bscscan.com/",
|
||||
"label": "Binance Smart Chain",
|
||||
"code": "bsc",
|
||||
"rpc": "https://bsc-dataseed.binance.org/",
|
||||
"baseCurrencyName": "BNB"
|
||||
},
|
||||
"0x61": {
|
||||
"chainId": "0x61",
|
||||
"97": {
|
||||
"chainId": "97",
|
||||
"explorer": "https://testnet.bscscan.com/",
|
||||
"label": "Binance Smart Chain Testnet",
|
||||
"code": "bsc",
|
||||
"rpc": "https://bsc-stage.node.orionprotocol.io/",
|
||||
"baseCurrencyName": "BNB"
|
||||
},
|
||||
"0x3": {
|
||||
"chainId": "0x3",
|
||||
"3": {
|
||||
"chainId": "3",
|
||||
"explorer": "https://ropsten.etherscan.io/",
|
||||
"label": "Ropsten",
|
||||
"code": "eth",
|
||||
"rpc": "https://testing.orionprotocol.io/eth-ropsten/rpc",
|
||||
"baseCurrencyName": "ETH"
|
||||
},
|
||||
"0xfa2": {
|
||||
"chainId": "0xfa2",
|
||||
"4002": {
|
||||
"chainId": "4002",
|
||||
"explorer": "https://testnet.ftmscan.com/",
|
||||
"label": "Fantom Testnet",
|
||||
"code": "ftm",
|
||||
"rpc": "https://testing.orionprotocol.io/ftm-testnet/rpc",
|
||||
"baseCurrencyName": "FTM"
|
||||
},
|
||||
"0xfa": {
|
||||
"chainId": "0xfa",
|
||||
"250": {
|
||||
"chainId": "250",
|
||||
"explorer": "https://ftmscan.com/",
|
||||
"label": "Fantom",
|
||||
"code": "ftm",
|
||||
"rpc": "https://rpcapi.fantom.network/",
|
||||
"baseCurrencyName": "FTM"
|
||||
},
|
||||
"0x0": {
|
||||
"chainId": "0x0",
|
||||
"0": {
|
||||
"chainId": "0",
|
||||
"explorer": "https://brokenscan.io/",
|
||||
"label": "BrokenChain",
|
||||
"code": "bkn",
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"production": {
|
||||
"networks": {
|
||||
"0x1": {
|
||||
"1": {
|
||||
"api": "trade.orionprotocol.io",
|
||||
"liquidityMigratorAddress": "0x23a1820a47BcD022E29f6058a5FD224242F50D1A"
|
||||
},
|
||||
"0x38": {
|
||||
"56": {
|
||||
"api": "trade-exp.orionprotocol.io"
|
||||
}
|
||||
}
|
||||
},
|
||||
"testing": {
|
||||
"networks": {
|
||||
"0x61": {
|
||||
"97": {
|
||||
"api": "testing.orionprotocol.io/bsc-testnet",
|
||||
"liquidityMigratorAddress": "0x01b10dd12478C88A5E18e2707E729906bC25CfF6"
|
||||
"liquidityMigratorAddress": "0x01b10dds12478C88A5E18e2707E729906bC25CfF6"
|
||||
},
|
||||
"0x3": {
|
||||
"3": {
|
||||
"api": "testing.orionprotocol.io/eth-ropsten",
|
||||
"liquidityMigratorAddress": "0x36969a25622AE31bA9946e0c8151f0dc08b3A1c8"
|
||||
},
|
||||
"0xfa2": {
|
||||
"4002": {
|
||||
"api": "testing.orionprotocol.io/ftm-testnet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"staging": {
|
||||
"networks": {
|
||||
"0x1": {
|
||||
"1": {
|
||||
"api": "staging.orionprotocol.io"
|
||||
},
|
||||
"0x38": {
|
||||
"56": {
|
||||
"api": "staging-bsc.orionprotocol.io"
|
||||
},
|
||||
"0xfa": {
|
||||
"250": {
|
||||
"api": "staging-ftm.orionprotocol.io"
|
||||
}
|
||||
}
|
||||
},
|
||||
"broken": {
|
||||
"networks": {
|
||||
"0x0": {
|
||||
"0": {
|
||||
"api": "broken0.orionprotocol.io/everything-is-fine/this-url-was-created-for-tests-of-a-partially-broken-environment"
|
||||
},
|
||||
"0x61": {
|
||||
"97": {
|
||||
"api": "broken1.orionprotocol.io/everything-is-fine/this-url-was-created-for-tests-of-a-partially-broken-environment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"partially-broken": {
|
||||
"networks": {
|
||||
"0x61": {
|
||||
"97": {
|
||||
"api": "testing.orionprotocol.io/bsc-testnet",
|
||||
"liquidityMigratorAddress": "0x01b10dd12478C88A5E18e2707E729906bC25CfF6"
|
||||
},
|
||||
"0x3": {
|
||||
"3": {
|
||||
"api": "testing.orionprotocol.io/eth-ropsten",
|
||||
"liquidityMigratorAddress": "0x36969a25622AE31bA9946e0c8151f0dc08b3A1c8"
|
||||
},
|
||||
"0xfa2": {
|
||||
"4002": {
|
||||
"api": "testing.orionprotocol.io/ftm-testnet"
|
||||
},
|
||||
"0x0": {
|
||||
"0": {
|
||||
"api": "broken.orionprotocol.io/everything-is-fine/this-url-was-created-for-tests-of-a-partially-broken-environment"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user