@lifi/data-types 4.5.1 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,10 +53,7 @@ export const supportedEVMChains = [
53
53
  symbol: 'MATIC',
54
54
  decimals: 18,
55
55
  },
56
- rpcUrls: [
57
- 'https://polygon-rpc.com/',
58
- 'https://polygon.llamarpc.com/',
59
- ],
56
+ rpcUrls: ['https://polygon-rpc.com/', 'https://polygon.llamarpc.com/'],
60
57
  },
61
58
  },
62
59
  // 56 - Binance Smart Chain
@@ -457,14 +454,14 @@ export const supportedEVMChains = [
457
454
  multicallAddress: multicallAddresses[ChainId.CEL],
458
455
  metamask: {
459
456
  chainId: prefixChainId(42220),
460
- blockExplorerUrls: ['https://explorer.celo.org/'],
457
+ blockExplorerUrls: ['https://celoscan.io/'],
461
458
  chainName: 'Celo Mainnet',
462
459
  nativeCurrency: {
463
460
  name: 'CELO',
464
461
  symbol: 'CELO',
465
462
  decimals: 18,
466
463
  },
467
- rpcUrls: ['https://forno.celo.org'],
464
+ rpcUrls: ['https://forno.celo.org', 'https://rpc.ankr.com/celo'],
468
465
  },
469
466
  },
470
467
  // 122 Fuse Mainnet
@@ -927,306 +924,4 @@ export const supportedEVMChains = [
927
924
  rpcUrls: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
928
925
  },
929
926
  },
930
- // TESTNETS
931
- // 12 - Metadium Testnet
932
- {
933
- key: ChainKey.METT,
934
- chainType: ChainType.EVM,
935
- name: 'Metadium Testnet',
936
- coin: CoinKey.KAL,
937
- id: 12,
938
- mainnet: false,
939
- multicallAddress: multicallAddresses[ChainId.METT],
940
- metamask: {
941
- chainId: prefixChainId(12),
942
- blockExplorerUrls: ['https://metadium.com/'],
943
- chainName: 'Metadium Testnet',
944
- nativeCurrency: {
945
- name: 'KAL',
946
- symbol: 'KAL',
947
- decimals: 18,
948
- },
949
- rpcUrls: ['https://api.metadium.com/dev'],
950
- },
951
- },
952
- // 13 - Diode Testnet Staging
953
- {
954
- key: ChainKey.DIOT,
955
- chainType: ChainType.EVM,
956
- name: 'DIODE',
957
- coin: CoinKey.SDIODE,
958
- id: 13,
959
- mainnet: false,
960
- multicallAddress: multicallAddresses[ChainId.DIOT],
961
- metamask: {
962
- chainId: prefixChainId(13),
963
- blockExplorerUrls: ['https://diode.io/staging/'],
964
- chainName: 'Diode Testnet Staging',
965
- nativeCurrency: {
966
- name: 'Staging Diodes',
967
- symbol: 'sDIODE',
968
- decimals: 18,
969
- },
970
- rpcUrls: ['https://staging.diode.io:8443/'],
971
- },
972
- },
973
- {
974
- key: ChainKey.ARBG,
975
- chainType: ChainType.EVM,
976
- name: 'Arbitrum Görli',
977
- coin: CoinKey.ETH,
978
- id: 421613,
979
- mainnet: false,
980
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum_test.png',
981
- faucetUrls: ['https://bridge.arbitrum.io/'],
982
- multicallAddress: multicallAddresses[ChainId.ARBG],
983
- metamask: {
984
- chainId: prefixChainId(421613),
985
- blockExplorerUrls: ['https://goerli-rollup-explorer.arbitrum.io/'],
986
- chainName: 'Arbitrum Görli',
987
- nativeCurrency: {
988
- name: 'AGOR',
989
- symbol: 'AGOR',
990
- decimals: 18,
991
- },
992
- rpcUrls: ['https://goerli-rollup.arbitrum.io/rpc/ '],
993
- },
994
- },
995
- // 420 - Optimistic Ethereum (Goerli)
996
- {
997
- key: ChainKey.OPTG,
998
- chainType: ChainType.EVM,
999
- name: 'Optimistic Ethereum Testnet Goerli',
1000
- coin: CoinKey.ETH,
1001
- id: 420,
1002
- mainnet: false,
1003
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/optimism_test.png',
1004
- faucetUrls: ['https://gateway.optimism.io/'],
1005
- multicallAddress: multicallAddresses[ChainId.OPTG],
1006
- metamask: {
1007
- chainId: prefixChainId(420),
1008
- blockExplorerUrls: ['https://blockscout.com/optimism/goerli/'],
1009
- chainName: 'Optimistic Ethereum Testnet Goerli',
1010
- nativeCurrency: {
1011
- name: 'tETH',
1012
- symbol: 'tETH',
1013
- decimals: 18,
1014
- },
1015
- rpcUrls: ['https://goerli.optimism.io/'],
1016
- },
1017
- },
1018
- // 97 - Binance Smart Chain Testnet
1019
- {
1020
- key: ChainKey.BSCT,
1021
- chainType: ChainType.EVM,
1022
- name: 'Binance Smart Chain Testnet',
1023
- coin: CoinKey.BNB,
1024
- id: 97,
1025
- mainnet: false,
1026
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/bsc_test.png',
1027
- faucetUrls: ['https://testnet.binance.org/faucet-smart'],
1028
- multicallAddress: multicallAddresses[ChainId.BSCT],
1029
- metamask: {
1030
- chainId: prefixChainId(97),
1031
- blockExplorerUrls: ['https://testnet.bscscan.com/'],
1032
- chainName: 'Binance Smart Chain Testnet',
1033
- nativeCurrency: {
1034
- name: 'tBNB',
1035
- symbol: 'tBNB',
1036
- decimals: 18,
1037
- },
1038
- rpcUrls: ['https://data-seed-prebsc-1-s1.binance.org:8545/'],
1039
- },
1040
- },
1041
- // 256 - Huobi ECO Chain Testnet
1042
- {
1043
- key: ChainKey.HECT,
1044
- chainType: ChainType.EVM,
1045
- name: 'Huobi ECO Chain Testnet',
1046
- coin: 'HTT',
1047
- id: 256,
1048
- mainnet: false,
1049
- faucetUrls: ['https://scan-testnet.hecochain.com/faucet'],
1050
- multicallAddress: multicallAddresses[ChainId.HECT],
1051
- metamask: {
1052
- chainId: prefixChainId(256),
1053
- blockExplorerUrls: ['https://scan-testnet.hecochain.com/'],
1054
- chainName: 'Huobi ECO Chain Testnet',
1055
- nativeCurrency: {
1056
- name: 'HT',
1057
- symbol: 'HT',
1058
- decimals: 18,
1059
- },
1060
- rpcUrls: ['https://http-testnet.hecochain.com'],
1061
- },
1062
- },
1063
- // 1666700000 - Harmony Testnet 0
1064
- {
1065
- key: ChainKey.ONET,
1066
- chainType: ChainType.EVM,
1067
- name: 'Harmony Testnet',
1068
- coin: CoinKey.ONE,
1069
- id: 1666700000,
1070
- mainnet: false,
1071
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/harmony_test.png',
1072
- // https://docs.harmony.one/home/developers/wallets/metamask/connect-metamask-to-the-harmony-chain
1073
- multicallAddress: multicallAddresses[ChainId.ONET],
1074
- metamask: {
1075
- chainId: prefixChainId(1666700000),
1076
- blockExplorerUrls: [
1077
- 'https://explorer.pops.one/',
1078
- 'https://explorer.testnet.harmony.one/',
1079
- ],
1080
- chainName: 'Harmony Testnet Shard 0',
1081
- nativeCurrency: {
1082
- name: 'ONE',
1083
- symbol: 'ONE',
1084
- decimals: 18,
1085
- },
1086
- rpcUrls: ['https://api.s0.b.hmny.io'],
1087
- },
1088
- },
1089
- // 123 Fuse Sparknet
1090
- {
1091
- key: ChainKey.FUST,
1092
- chainType: ChainType.EVM,
1093
- name: 'SPARK',
1094
- coin: CoinKey.SPARK,
1095
- id: 123,
1096
- mainnet: false,
1097
- multicallAddress: multicallAddresses[ChainId.FUST],
1098
- metamask: {
1099
- chainId: prefixChainId(123),
1100
- blockExplorerUrls: ['https://explorer.fusespark.io/'],
1101
- chainName: 'Fuse Sparknet',
1102
- nativeCurrency: {
1103
- name: 'Spark',
1104
- symbol: 'SPARK',
1105
- decimals: 18,
1106
- },
1107
- rpcUrls: ['https://rpc.fusespark.io'],
1108
- },
1109
- },
1110
- // 41 Telos EVM Testnet
1111
- {
1112
- key: ChainKey.TLOT,
1113
- chainType: ChainType.EVM,
1114
- name: 'Telos Testnet',
1115
- coin: CoinKey.TLOS,
1116
- id: 41,
1117
- mainnet: false,
1118
- faucetUrls: ['https://app.telos.net/testnet/developers'],
1119
- multicallAddress: multicallAddresses[ChainId.TLOT],
1120
- metamask: {
1121
- chainId: prefixChainId(41),
1122
- blockExplorerUrls: ['https://telos.net/'],
1123
- chainName: 'Telos EVM Mainnet',
1124
- nativeCurrency: {
1125
- name: 'Telos',
1126
- symbol: 'TLOS',
1127
- decimals: 18,
1128
- },
1129
- rpcUrls: ['https://testnet.telos.net/evm'],
1130
- },
1131
- },
1132
- // 31 RSK Testnet
1133
- {
1134
- key: ChainKey.RSKT,
1135
- chainType: ChainType.EVM,
1136
- name: 'RSK Testnet',
1137
- coin: CoinKey.TRBTC,
1138
- id: 31,
1139
- mainnet: true,
1140
- multicallAddress: multicallAddresses[ChainId.RSKT],
1141
- metamask: {
1142
- chainId: prefixChainId(31),
1143
- blockExplorerUrls: ['https://rsk.co/'],
1144
- chainName: 'RSK Testnet',
1145
- nativeCurrency: {
1146
- name: 'tRBTC',
1147
- symbol: 'TRBTC',
1148
- decimals: 18,
1149
- },
1150
- rpcUrls: ['https://public-node.testnet.rsk.co'],
1151
- },
1152
- },
1153
- // 43113 - Avalanche Fuji Testnet
1154
- {
1155
- key: ChainKey.AVAT,
1156
- chainType: ChainType.EVM,
1157
- name: 'Avalanche Fuji Testnet',
1158
- coin: CoinKey.AVAX,
1159
- id: 43113,
1160
- mainnet: false,
1161
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/avalanche_test.png',
1162
- multicallAddress: multicallAddresses[ChainId.AVAT],
1163
- faucetUrls: ['https://faucet.avax-test.network/'],
1164
- // https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-43113.json
1165
- metamask: {
1166
- chainId: prefixChainId(43113),
1167
- blockExplorerUrls: ['https://testnet.snowtrace.io/'],
1168
- chainName: 'Avalanche Fuji Testnet',
1169
- nativeCurrency: {
1170
- name: 'AVAX',
1171
- symbol: 'AVAX',
1172
- decimals: 18,
1173
- },
1174
- rpcUrls: ['https://api.avax-test.network/ext/bc/C/rpc'],
1175
- },
1176
- },
1177
- // 59140 - Linea (formerly ConsenSys zkEVM) Testnet
1178
- {
1179
- key: ChainKey.LNAT,
1180
- chainType: ChainType.EVM,
1181
- name: 'Linea Testnet',
1182
- coin: CoinKey.ETH,
1183
- id: 59140,
1184
- mainnet: false,
1185
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/linea.svg',
1186
- multicallAddress: multicallAddresses[ChainId.LNAT],
1187
- faucetUrls: ['https://faucetlink.to/goerli'],
1188
- metamask: {
1189
- chainId: prefixChainId(59140),
1190
- blockExplorerUrls: ['https://explorer.goerli.linea.build/'],
1191
- chainName: 'Linea Testnet',
1192
- nativeCurrency: {
1193
- name: 'crETH',
1194
- symbol: 'crETH',
1195
- decimals: 18,
1196
- },
1197
- rpcUrls: ['https://rpc.goerli.linea.build'],
1198
- },
1199
- },
1200
- // 534351 - Scroll Sepolia Testnet
1201
- {
1202
- key: ChainKey.SCLT,
1203
- chainType: ChainType.EVM,
1204
- name: 'Scroll Sepolia Testnet',
1205
- coin: CoinKey.ETH,
1206
- id: 534351,
1207
- mainnet: false,
1208
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/scroll.png',
1209
- multicallAddress: multicallAddresses[ChainId.SCLT],
1210
- metamask: {
1211
- chainId: prefixChainId(534351),
1212
- blockExplorerUrls: ['https://sepolia.scrollscan.com/'],
1213
- chainName: 'Scroll Sepolia Testnet',
1214
- nativeCurrency: {
1215
- name: 'ETH',
1216
- symbol: 'ETH',
1217
- decimals: 18,
1218
- },
1219
- rpcUrls: [
1220
- 'https://rpc.ankr.com/scroll_sepolia_testnet',
1221
- 'https://sepolia-rpc.scroll.io',
1222
- 'https://scroll-sepolia.drpc.org',
1223
- ],
1224
- },
1225
- },
1226
- // TODO: Add
1227
- // EVMT = 9000,
1228
- // MORT = 1287,
1229
- // FTMT = 4002,
1230
- // https://faucet.buni.finance/
1231
- // kucoin faucet: https://stakely.io/faucet/kucoin-kcc-kcs
1232
927
  ];
@@ -23,12 +23,6 @@ test('native token defined for all chains', () => {
23
23
  ChainId.GL1,
24
24
  ChainId.RSK,
25
25
  ChainId.TBW,
26
- ChainId.METT,
27
- ChainId.DIOT,
28
- ChainId.HECT,
29
- ChainId.FUST,
30
- ChainId.TLOT,
31
- ChainId.RSKT,
32
26
  ];
33
27
  const ignoredChainsForWrappedToken = [
34
28
  ...ignoredChainsForNativeToken,
@@ -63,7 +57,7 @@ test('native token defined for all chains', () => {
63
57
  describe('findTokenByChainIdAndAddress', () => {
64
58
  describe('token has no name override', () => {
65
59
  it('returns a token with the coin name', () => {
66
- expect(findTokenByChainIdAndAddress(ChainId.LNAT, '0xb706319d37b945727e71ae0d4353699d19112576').name).toEqual(CoinKey.CXTT);
60
+ expect(findTokenByChainIdAndAddress(ChainId.LNA, '0xa219439258ca9da29e9cc4ce5596924745e12b93').name).toEqual(CoinKey.USDT);
67
61
  });
68
62
  });
69
63
  describe('token has a name override', () => {
@@ -56,10 +56,7 @@ exports.supportedEVMChains = [
56
56
  symbol: 'MATIC',
57
57
  decimals: 18,
58
58
  },
59
- rpcUrls: [
60
- 'https://polygon-rpc.com/',
61
- 'https://polygon.llamarpc.com/',
62
- ],
59
+ rpcUrls: ['https://polygon-rpc.com/', 'https://polygon.llamarpc.com/'],
63
60
  },
64
61
  },
65
62
  // 56 - Binance Smart Chain
@@ -460,14 +457,14 @@ exports.supportedEVMChains = [
460
457
  multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.CEL],
461
458
  metamask: {
462
459
  chainId: (0, utils_1.prefixChainId)(42220),
463
- blockExplorerUrls: ['https://explorer.celo.org/'],
460
+ blockExplorerUrls: ['https://celoscan.io/'],
464
461
  chainName: 'Celo Mainnet',
465
462
  nativeCurrency: {
466
463
  name: 'CELO',
467
464
  symbol: 'CELO',
468
465
  decimals: 18,
469
466
  },
470
- rpcUrls: ['https://forno.celo.org'],
467
+ rpcUrls: ['https://forno.celo.org', 'https://rpc.ankr.com/celo'],
471
468
  },
472
469
  },
473
470
  // 122 Fuse Mainnet
@@ -930,306 +927,4 @@ exports.supportedEVMChains = [
930
927
  rpcUrls: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
931
928
  },
932
929
  },
933
- // TESTNETS
934
- // 12 - Metadium Testnet
935
- {
936
- key: types_1.ChainKey.METT,
937
- chainType: types_1.ChainType.EVM,
938
- name: 'Metadium Testnet',
939
- coin: types_1.CoinKey.KAL,
940
- id: 12,
941
- mainnet: false,
942
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.METT],
943
- metamask: {
944
- chainId: (0, utils_1.prefixChainId)(12),
945
- blockExplorerUrls: ['https://metadium.com/'],
946
- chainName: 'Metadium Testnet',
947
- nativeCurrency: {
948
- name: 'KAL',
949
- symbol: 'KAL',
950
- decimals: 18,
951
- },
952
- rpcUrls: ['https://api.metadium.com/dev'],
953
- },
954
- },
955
- // 13 - Diode Testnet Staging
956
- {
957
- key: types_1.ChainKey.DIOT,
958
- chainType: types_1.ChainType.EVM,
959
- name: 'DIODE',
960
- coin: types_1.CoinKey.SDIODE,
961
- id: 13,
962
- mainnet: false,
963
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.DIOT],
964
- metamask: {
965
- chainId: (0, utils_1.prefixChainId)(13),
966
- blockExplorerUrls: ['https://diode.io/staging/'],
967
- chainName: 'Diode Testnet Staging',
968
- nativeCurrency: {
969
- name: 'Staging Diodes',
970
- symbol: 'sDIODE',
971
- decimals: 18,
972
- },
973
- rpcUrls: ['https://staging.diode.io:8443/'],
974
- },
975
- },
976
- {
977
- key: types_1.ChainKey.ARBG,
978
- chainType: types_1.ChainType.EVM,
979
- name: 'Arbitrum Görli',
980
- coin: types_1.CoinKey.ETH,
981
- id: 421613,
982
- mainnet: false,
983
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum_test.png',
984
- faucetUrls: ['https://bridge.arbitrum.io/'],
985
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.ARBG],
986
- metamask: {
987
- chainId: (0, utils_1.prefixChainId)(421613),
988
- blockExplorerUrls: ['https://goerli-rollup-explorer.arbitrum.io/'],
989
- chainName: 'Arbitrum Görli',
990
- nativeCurrency: {
991
- name: 'AGOR',
992
- symbol: 'AGOR',
993
- decimals: 18,
994
- },
995
- rpcUrls: ['https://goerli-rollup.arbitrum.io/rpc/ '],
996
- },
997
- },
998
- // 420 - Optimistic Ethereum (Goerli)
999
- {
1000
- key: types_1.ChainKey.OPTG,
1001
- chainType: types_1.ChainType.EVM,
1002
- name: 'Optimistic Ethereum Testnet Goerli',
1003
- coin: types_1.CoinKey.ETH,
1004
- id: 420,
1005
- mainnet: false,
1006
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/optimism_test.png',
1007
- faucetUrls: ['https://gateway.optimism.io/'],
1008
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.OPTG],
1009
- metamask: {
1010
- chainId: (0, utils_1.prefixChainId)(420),
1011
- blockExplorerUrls: ['https://blockscout.com/optimism/goerli/'],
1012
- chainName: 'Optimistic Ethereum Testnet Goerli',
1013
- nativeCurrency: {
1014
- name: 'tETH',
1015
- symbol: 'tETH',
1016
- decimals: 18,
1017
- },
1018
- rpcUrls: ['https://goerli.optimism.io/'],
1019
- },
1020
- },
1021
- // 97 - Binance Smart Chain Testnet
1022
- {
1023
- key: types_1.ChainKey.BSCT,
1024
- chainType: types_1.ChainType.EVM,
1025
- name: 'Binance Smart Chain Testnet',
1026
- coin: types_1.CoinKey.BNB,
1027
- id: 97,
1028
- mainnet: false,
1029
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/bsc_test.png',
1030
- faucetUrls: ['https://testnet.binance.org/faucet-smart'],
1031
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.BSCT],
1032
- metamask: {
1033
- chainId: (0, utils_1.prefixChainId)(97),
1034
- blockExplorerUrls: ['https://testnet.bscscan.com/'],
1035
- chainName: 'Binance Smart Chain Testnet',
1036
- nativeCurrency: {
1037
- name: 'tBNB',
1038
- symbol: 'tBNB',
1039
- decimals: 18,
1040
- },
1041
- rpcUrls: ['https://data-seed-prebsc-1-s1.binance.org:8545/'],
1042
- },
1043
- },
1044
- // 256 - Huobi ECO Chain Testnet
1045
- {
1046
- key: types_1.ChainKey.HECT,
1047
- chainType: types_1.ChainType.EVM,
1048
- name: 'Huobi ECO Chain Testnet',
1049
- coin: 'HTT',
1050
- id: 256,
1051
- mainnet: false,
1052
- faucetUrls: ['https://scan-testnet.hecochain.com/faucet'],
1053
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.HECT],
1054
- metamask: {
1055
- chainId: (0, utils_1.prefixChainId)(256),
1056
- blockExplorerUrls: ['https://scan-testnet.hecochain.com/'],
1057
- chainName: 'Huobi ECO Chain Testnet',
1058
- nativeCurrency: {
1059
- name: 'HT',
1060
- symbol: 'HT',
1061
- decimals: 18,
1062
- },
1063
- rpcUrls: ['https://http-testnet.hecochain.com'],
1064
- },
1065
- },
1066
- // 1666700000 - Harmony Testnet 0
1067
- {
1068
- key: types_1.ChainKey.ONET,
1069
- chainType: types_1.ChainType.EVM,
1070
- name: 'Harmony Testnet',
1071
- coin: types_1.CoinKey.ONE,
1072
- id: 1666700000,
1073
- mainnet: false,
1074
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/harmony_test.png',
1075
- // https://docs.harmony.one/home/developers/wallets/metamask/connect-metamask-to-the-harmony-chain
1076
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.ONET],
1077
- metamask: {
1078
- chainId: (0, utils_1.prefixChainId)(1666700000),
1079
- blockExplorerUrls: [
1080
- 'https://explorer.pops.one/',
1081
- 'https://explorer.testnet.harmony.one/',
1082
- ],
1083
- chainName: 'Harmony Testnet Shard 0',
1084
- nativeCurrency: {
1085
- name: 'ONE',
1086
- symbol: 'ONE',
1087
- decimals: 18,
1088
- },
1089
- rpcUrls: ['https://api.s0.b.hmny.io'],
1090
- },
1091
- },
1092
- // 123 Fuse Sparknet
1093
- {
1094
- key: types_1.ChainKey.FUST,
1095
- chainType: types_1.ChainType.EVM,
1096
- name: 'SPARK',
1097
- coin: types_1.CoinKey.SPARK,
1098
- id: 123,
1099
- mainnet: false,
1100
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.FUST],
1101
- metamask: {
1102
- chainId: (0, utils_1.prefixChainId)(123),
1103
- blockExplorerUrls: ['https://explorer.fusespark.io/'],
1104
- chainName: 'Fuse Sparknet',
1105
- nativeCurrency: {
1106
- name: 'Spark',
1107
- symbol: 'SPARK',
1108
- decimals: 18,
1109
- },
1110
- rpcUrls: ['https://rpc.fusespark.io'],
1111
- },
1112
- },
1113
- // 41 Telos EVM Testnet
1114
- {
1115
- key: types_1.ChainKey.TLOT,
1116
- chainType: types_1.ChainType.EVM,
1117
- name: 'Telos Testnet',
1118
- coin: types_1.CoinKey.TLOS,
1119
- id: 41,
1120
- mainnet: false,
1121
- faucetUrls: ['https://app.telos.net/testnet/developers'],
1122
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.TLOT],
1123
- metamask: {
1124
- chainId: (0, utils_1.prefixChainId)(41),
1125
- blockExplorerUrls: ['https://telos.net/'],
1126
- chainName: 'Telos EVM Mainnet',
1127
- nativeCurrency: {
1128
- name: 'Telos',
1129
- symbol: 'TLOS',
1130
- decimals: 18,
1131
- },
1132
- rpcUrls: ['https://testnet.telos.net/evm'],
1133
- },
1134
- },
1135
- // 31 RSK Testnet
1136
- {
1137
- key: types_1.ChainKey.RSKT,
1138
- chainType: types_1.ChainType.EVM,
1139
- name: 'RSK Testnet',
1140
- coin: types_1.CoinKey.TRBTC,
1141
- id: 31,
1142
- mainnet: true,
1143
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.RSKT],
1144
- metamask: {
1145
- chainId: (0, utils_1.prefixChainId)(31),
1146
- blockExplorerUrls: ['https://rsk.co/'],
1147
- chainName: 'RSK Testnet',
1148
- nativeCurrency: {
1149
- name: 'tRBTC',
1150
- symbol: 'TRBTC',
1151
- decimals: 18,
1152
- },
1153
- rpcUrls: ['https://public-node.testnet.rsk.co'],
1154
- },
1155
- },
1156
- // 43113 - Avalanche Fuji Testnet
1157
- {
1158
- key: types_1.ChainKey.AVAT,
1159
- chainType: types_1.ChainType.EVM,
1160
- name: 'Avalanche Fuji Testnet',
1161
- coin: types_1.CoinKey.AVAX,
1162
- id: 43113,
1163
- mainnet: false,
1164
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/avalanche_test.png',
1165
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.AVAT],
1166
- faucetUrls: ['https://faucet.avax-test.network/'],
1167
- // https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-43113.json
1168
- metamask: {
1169
- chainId: (0, utils_1.prefixChainId)(43113),
1170
- blockExplorerUrls: ['https://testnet.snowtrace.io/'],
1171
- chainName: 'Avalanche Fuji Testnet',
1172
- nativeCurrency: {
1173
- name: 'AVAX',
1174
- symbol: 'AVAX',
1175
- decimals: 18,
1176
- },
1177
- rpcUrls: ['https://api.avax-test.network/ext/bc/C/rpc'],
1178
- },
1179
- },
1180
- // 59140 - Linea (formerly ConsenSys zkEVM) Testnet
1181
- {
1182
- key: types_1.ChainKey.LNAT,
1183
- chainType: types_1.ChainType.EVM,
1184
- name: 'Linea Testnet',
1185
- coin: types_1.CoinKey.ETH,
1186
- id: 59140,
1187
- mainnet: false,
1188
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/linea.svg',
1189
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.LNAT],
1190
- faucetUrls: ['https://faucetlink.to/goerli'],
1191
- metamask: {
1192
- chainId: (0, utils_1.prefixChainId)(59140),
1193
- blockExplorerUrls: ['https://explorer.goerli.linea.build/'],
1194
- chainName: 'Linea Testnet',
1195
- nativeCurrency: {
1196
- name: 'crETH',
1197
- symbol: 'crETH',
1198
- decimals: 18,
1199
- },
1200
- rpcUrls: ['https://rpc.goerli.linea.build'],
1201
- },
1202
- },
1203
- // 534351 - Scroll Sepolia Testnet
1204
- {
1205
- key: types_1.ChainKey.SCLT,
1206
- chainType: types_1.ChainType.EVM,
1207
- name: 'Scroll Sepolia Testnet',
1208
- coin: types_1.CoinKey.ETH,
1209
- id: 534351,
1210
- mainnet: false,
1211
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/scroll.png',
1212
- multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.SCLT],
1213
- metamask: {
1214
- chainId: (0, utils_1.prefixChainId)(534351),
1215
- blockExplorerUrls: ['https://sepolia.scrollscan.com/'],
1216
- chainName: 'Scroll Sepolia Testnet',
1217
- nativeCurrency: {
1218
- name: 'ETH',
1219
- symbol: 'ETH',
1220
- decimals: 18,
1221
- },
1222
- rpcUrls: [
1223
- 'https://rpc.ankr.com/scroll_sepolia_testnet',
1224
- 'https://sepolia-rpc.scroll.io',
1225
- 'https://scroll-sepolia.drpc.org',
1226
- ],
1227
- },
1228
- },
1229
- // TODO: Add
1230
- // EVMT = 9000,
1231
- // MORT = 1287,
1232
- // FTMT = 4002,
1233
- // https://faucet.buni.finance/
1234
- // kucoin faucet: https://stakely.io/faucet/kucoin-kcc-kcs
1235
930
  ];