@octaflowlabs/onchain-sdk 1.5.1 → 1.5.2
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.
|
@@ -46,11 +46,11 @@ exports.NETWORKS_REGISTRY = [
|
|
|
46
46
|
name: 'arb-mainnet',
|
|
47
47
|
nameForDisplay: 'Arbitrum Mainnet',
|
|
48
48
|
chainId: 42161,
|
|
49
|
-
rpcUrl: 'https://
|
|
49
|
+
rpcUrl: 'https://arbitrum.gateway.tenderly.co',
|
|
50
50
|
explorerUrl: 'https://arbiscan.io',
|
|
51
51
|
iconUrl: 'https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg',
|
|
52
52
|
symbol: 'ARB',
|
|
53
|
-
failoverRpcUrl: 'https://
|
|
53
|
+
failoverRpcUrl: 'https://arbitrum.drpc.org',
|
|
54
54
|
blockTime: 1,
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -70,11 +70,11 @@ exports.NETWORKS_REGISTRY = [
|
|
|
70
70
|
name: 'base-mainnet',
|
|
71
71
|
nameForDisplay: 'Base Mainnet',
|
|
72
72
|
chainId: 8453,
|
|
73
|
-
rpcUrl: 'https://
|
|
73
|
+
rpcUrl: 'https://base.gateway.tenderly.co',
|
|
74
74
|
explorerUrl: 'https://basescan.org',
|
|
75
75
|
iconUrl: 'https://assets.coingecko.com/coins/images/32480/large/base.png',
|
|
76
76
|
symbol: 'ETH',
|
|
77
|
-
failoverRpcUrl: 'https://base.
|
|
77
|
+
failoverRpcUrl: 'https://base-mainnet.public.blastapi.io',
|
|
78
78
|
blockTime: 2,
|
|
79
79
|
},
|
|
80
80
|
{
|
|
@@ -94,11 +94,11 @@ exports.NETWORKS_REGISTRY = [
|
|
|
94
94
|
name: 'hyperevm-mainnet',
|
|
95
95
|
nameForDisplay: 'HyperEVM',
|
|
96
96
|
chainId: 999,
|
|
97
|
-
rpcUrl: 'https://
|
|
97
|
+
rpcUrl: 'https://rpc.hypurrscan.io',
|
|
98
98
|
explorerUrl: 'https://purrsec.com',
|
|
99
99
|
iconUrl: 'https://assets.coingecko.com/coins/images/52510/large/hyperliquid.png',
|
|
100
100
|
symbol: 'HYPE',
|
|
101
|
-
failoverRpcUrl: 'https://rpc.
|
|
101
|
+
failoverRpcUrl: 'https://hyperevm.rpc.sentio.xyz',
|
|
102
102
|
blockTime: 1,
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -118,11 +118,11 @@ exports.NETWORKS_REGISTRY = [
|
|
|
118
118
|
name: 'gnosis-mainnet',
|
|
119
119
|
nameForDisplay: 'Gnosis Chain',
|
|
120
120
|
chainId: 100,
|
|
121
|
-
rpcUrl: 'https://rpc.
|
|
121
|
+
rpcUrl: 'https://gnosis-rpc.publicnode.com',
|
|
122
122
|
explorerUrl: 'https://gnosisscan.io',
|
|
123
123
|
iconUrl: 'https://assets.coingecko.com/coins/images/662/large/logo_square_simple_300px.png',
|
|
124
124
|
symbol: 'xDAI',
|
|
125
|
-
failoverRpcUrl: 'https://gnosis
|
|
125
|
+
failoverRpcUrl: 'https://1rpc.io/gnosis',
|
|
126
126
|
blockTime: 5,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -142,11 +142,11 @@ exports.NETWORKS_REGISTRY = [
|
|
|
142
142
|
name: 'celo-mainnet',
|
|
143
143
|
nameForDisplay: 'Celo Mainnet',
|
|
144
144
|
chainId: 42220,
|
|
145
|
-
rpcUrl: 'https://
|
|
145
|
+
rpcUrl: 'https://rpc.ankr.com/celo',
|
|
146
146
|
explorerUrl: 'https://celoscan.io',
|
|
147
147
|
iconUrl: 'https://assets.coingecko.com/coins/images/11090/large/InjXBNx9_400x400.jpg',
|
|
148
148
|
symbol: 'CELO',
|
|
149
|
-
failoverRpcUrl: 'https://celo.
|
|
149
|
+
failoverRpcUrl: 'https://celo.drpc.org',
|
|
150
150
|
blockTime: 5,
|
|
151
151
|
},
|
|
152
152
|
{
|
|
@@ -158,7 +158,7 @@ exports.NETWORKS_REGISTRY = [
|
|
|
158
158
|
explorerUrl: 'https://blastscan.io',
|
|
159
159
|
iconUrl: 'https://assets.coingecko.com/coins/images/35494/large/Blast.jpg',
|
|
160
160
|
symbol: 'ETH',
|
|
161
|
-
failoverRpcUrl: 'https://blast.
|
|
161
|
+
failoverRpcUrl: 'https://blast.gateway.tenderly.co',
|
|
162
162
|
blockTime: 2,
|
|
163
163
|
},
|
|
164
164
|
{
|
|
@@ -43,11 +43,11 @@ export const NETWORKS_REGISTRY = [
|
|
|
43
43
|
name: 'arb-mainnet',
|
|
44
44
|
nameForDisplay: 'Arbitrum Mainnet',
|
|
45
45
|
chainId: 42161,
|
|
46
|
-
rpcUrl: 'https://
|
|
46
|
+
rpcUrl: 'https://arbitrum.gateway.tenderly.co',
|
|
47
47
|
explorerUrl: 'https://arbiscan.io',
|
|
48
48
|
iconUrl: 'https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg',
|
|
49
49
|
symbol: 'ARB',
|
|
50
|
-
failoverRpcUrl: 'https://
|
|
50
|
+
failoverRpcUrl: 'https://arbitrum.drpc.org',
|
|
51
51
|
blockTime: 1,
|
|
52
52
|
},
|
|
53
53
|
{
|
|
@@ -67,11 +67,11 @@ export const NETWORKS_REGISTRY = [
|
|
|
67
67
|
name: 'base-mainnet',
|
|
68
68
|
nameForDisplay: 'Base Mainnet',
|
|
69
69
|
chainId: 8453,
|
|
70
|
-
rpcUrl: 'https://
|
|
70
|
+
rpcUrl: 'https://base.gateway.tenderly.co',
|
|
71
71
|
explorerUrl: 'https://basescan.org',
|
|
72
72
|
iconUrl: 'https://assets.coingecko.com/coins/images/32480/large/base.png',
|
|
73
73
|
symbol: 'ETH',
|
|
74
|
-
failoverRpcUrl: 'https://base.
|
|
74
|
+
failoverRpcUrl: 'https://base-mainnet.public.blastapi.io',
|
|
75
75
|
blockTime: 2,
|
|
76
76
|
},
|
|
77
77
|
{
|
|
@@ -91,11 +91,11 @@ export const NETWORKS_REGISTRY = [
|
|
|
91
91
|
name: 'hyperevm-mainnet',
|
|
92
92
|
nameForDisplay: 'HyperEVM',
|
|
93
93
|
chainId: 999,
|
|
94
|
-
rpcUrl: 'https://
|
|
94
|
+
rpcUrl: 'https://rpc.hypurrscan.io',
|
|
95
95
|
explorerUrl: 'https://purrsec.com',
|
|
96
96
|
iconUrl: 'https://assets.coingecko.com/coins/images/52510/large/hyperliquid.png',
|
|
97
97
|
symbol: 'HYPE',
|
|
98
|
-
failoverRpcUrl: 'https://rpc.
|
|
98
|
+
failoverRpcUrl: 'https://hyperevm.rpc.sentio.xyz',
|
|
99
99
|
blockTime: 1,
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -115,11 +115,11 @@ export const NETWORKS_REGISTRY = [
|
|
|
115
115
|
name: 'gnosis-mainnet',
|
|
116
116
|
nameForDisplay: 'Gnosis Chain',
|
|
117
117
|
chainId: 100,
|
|
118
|
-
rpcUrl: 'https://rpc.
|
|
118
|
+
rpcUrl: 'https://gnosis-rpc.publicnode.com',
|
|
119
119
|
explorerUrl: 'https://gnosisscan.io',
|
|
120
120
|
iconUrl: 'https://assets.coingecko.com/coins/images/662/large/logo_square_simple_300px.png',
|
|
121
121
|
symbol: 'xDAI',
|
|
122
|
-
failoverRpcUrl: 'https://gnosis
|
|
122
|
+
failoverRpcUrl: 'https://1rpc.io/gnosis',
|
|
123
123
|
blockTime: 5,
|
|
124
124
|
},
|
|
125
125
|
{
|
|
@@ -139,11 +139,11 @@ export const NETWORKS_REGISTRY = [
|
|
|
139
139
|
name: 'celo-mainnet',
|
|
140
140
|
nameForDisplay: 'Celo Mainnet',
|
|
141
141
|
chainId: 42220,
|
|
142
|
-
rpcUrl: 'https://
|
|
142
|
+
rpcUrl: 'https://rpc.ankr.com/celo',
|
|
143
143
|
explorerUrl: 'https://celoscan.io',
|
|
144
144
|
iconUrl: 'https://assets.coingecko.com/coins/images/11090/large/InjXBNx9_400x400.jpg',
|
|
145
145
|
symbol: 'CELO',
|
|
146
|
-
failoverRpcUrl: 'https://celo.
|
|
146
|
+
failoverRpcUrl: 'https://celo.drpc.org',
|
|
147
147
|
blockTime: 5,
|
|
148
148
|
},
|
|
149
149
|
{
|
|
@@ -155,7 +155,7 @@ export const NETWORKS_REGISTRY = [
|
|
|
155
155
|
explorerUrl: 'https://blastscan.io',
|
|
156
156
|
iconUrl: 'https://assets.coingecko.com/coins/images/35494/large/Blast.jpg',
|
|
157
157
|
symbol: 'ETH',
|
|
158
|
-
failoverRpcUrl: 'https://blast.
|
|
158
|
+
failoverRpcUrl: 'https://blast.gateway.tenderly.co',
|
|
159
159
|
blockTime: 2,
|
|
160
160
|
},
|
|
161
161
|
{
|