@openocean.finance/wallet 1.3.1 → 1.3.3
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.
- package/lib/Chains.js +18 -3
- package/package.json +1 -1
- /package/lib/assets/{.DS_Store → assets/.DS_Store} +0 -0
- /package/lib/assets/{approveErc20Abi.json → assets/approveErc20Abi.json} +0 -0
- /package/lib/assets/{bitkeep.svg → assets/bitkeep.svg} +0 -0
- /package/lib/assets/{blocto.svg → assets/blocto.svg} +0 -0
- /package/lib/assets/{brave.svg → assets/brave.svg} +0 -0
- /package/lib/assets/{bscwallet.svg → assets/bscwallet.svg} +0 -0
- /package/lib/assets/{clover.svg → assets/clover.svg} +0 -0
- /package/lib/assets/{coin98.svg → assets/coin98.svg} +0 -0
- /package/lib/assets/{coinbase.svg → assets/coinbase.svg} +0 -0
- /package/lib/assets/{cryptoCom.svg → assets/cryptoCom.svg} +0 -0
- /package/lib/assets/{cyano.svg → assets/cyano.svg} +0 -0
- /package/lib/assets/{erc20Abi.json → assets/erc20Abi.json} +0 -0
- /package/lib/assets/{imtoken.svg → assets/imtoken.svg} +0 -0
- /package/lib/assets/{keplr.png → assets/keplr.png} +0 -0
- /package/lib/assets/{ledger.svg → assets/ledger.svg} +0 -0
- /package/lib/assets/{martian.svg → assets/martian.svg} +0 -0
- /package/lib/assets/{math.svg → assets/math.svg} +0 -0
- /package/lib/assets/{metamask.svg → assets/metamask.svg} +0 -0
- /package/lib/assets/{meteor.svg → assets/meteor.svg} +0 -0
- /package/lib/assets/{mynear.svg → assets/mynear.svg} +0 -0
- /package/lib/assets/{near.svg → assets/near.svg} +0 -0
- /package/lib/assets/{okx.svg → assets/okx.svg} +0 -0
- /package/lib/assets/{onto.svg → assets/onto.svg} +0 -0
- /package/lib/assets/{petra.svg → assets/petra.svg} +0 -0
- /package/lib/assets/{phantom.svg → assets/phantom.svg} +0 -0
- /package/lib/assets/{pontem.svg → assets/pontem.svg} +0 -0
- /package/lib/assets/{safepal.svg → assets/safepal.svg} +0 -0
- /package/lib/assets/{sender.svg → assets/sender.svg} +0 -0
- /package/lib/assets/{slope.svg → assets/slope.svg} +0 -0
- /package/lib/assets/{solflare.svg → assets/solflare.svg} +0 -0
- /package/lib/assets/{sollet.svg → assets/sollet.svg} +0 -0
- /package/lib/assets/{terra.svg → assets/terra.svg} +0 -0
- /package/lib/assets/{tokenpocket.svg → assets/tokenpocket.svg} +0 -0
- /package/lib/assets/{tronlink.svg → assets/tronlink.svg} +0 -0
- /package/lib/assets/{trust.svg → assets/trust.svg} +0 -0
- /package/lib/assets/{unstoppabledomains.svg → assets/unstoppabledomains.svg} +0 -0
- /package/lib/assets/{walletconnect.svg → assets/walletconnect.svg} +0 -0
- /package/lib/assets/{xdefi.svg → assets/xdefi.svg} +0 -0
package/lib/Chains.js
CHANGED
|
@@ -207,13 +207,23 @@ var chainObj = {
|
|
|
207
207
|
compiler: 'APTOS',
|
|
208
208
|
chainName: "Aptos Mainnet",
|
|
209
209
|
blockExplorerUrl: "https://explorer.aptoslabs.com/txn/",
|
|
210
|
-
nativeCurrency: {
|
|
210
|
+
nativeCurrency: {
|
|
211
|
+
name: "Aptos",
|
|
212
|
+
symbol: "APT",
|
|
213
|
+
decimals: 8,
|
|
214
|
+
address: "0x1"
|
|
215
|
+
},
|
|
211
216
|
},
|
|
212
217
|
"near": {
|
|
213
218
|
compiler: 'NEAR',
|
|
214
219
|
chainName: "Near Mainnet",
|
|
215
220
|
blockExplorerUrl: "https://nearblocks.io/txns/",
|
|
216
|
-
nativeCurrency: {
|
|
221
|
+
nativeCurrency: {
|
|
222
|
+
name: "Near",
|
|
223
|
+
symbol: "Near",
|
|
224
|
+
decimals: 24,
|
|
225
|
+
address: "near.near"
|
|
226
|
+
},
|
|
217
227
|
},
|
|
218
228
|
cosmos: {
|
|
219
229
|
chainId: 'cosmoshub-4',
|
|
@@ -246,7 +256,12 @@ var chainObj = {
|
|
|
246
256
|
chainName: "Kava Mainnet",
|
|
247
257
|
chainId: 2222,
|
|
248
258
|
blockExplorerUrl: "https://explorer.kava.io/tx/",
|
|
249
|
-
nativeCurrency: {
|
|
259
|
+
nativeCurrency: {
|
|
260
|
+
name: "KAVA",
|
|
261
|
+
symbol: "KAVA",
|
|
262
|
+
decimals: 18,
|
|
263
|
+
address: "0x0000000000000000000000000000000000000000"
|
|
264
|
+
},
|
|
250
265
|
popularToken: [],
|
|
251
266
|
rpcUrls: [
|
|
252
267
|
"https://evm.kava.io"
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|