@eth-optimism/tokenlist 10.0.46 → 10.0.48
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/dist/index.d.ts +1 -1
- package/dist/index.js +94 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +94 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-614d7947.d.ts → optimism.tokenlist-0ee6493a.d.ts} +94 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +94 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +94 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-05-03T16:
|
|
25
|
+
var timestamp = "2024-05-03T16:20:29.453Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1999,6 +1999,58 @@ var tokens = [
|
|
|
1999
1999
|
opTokenId: "ETH"
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
2002
|
+
{
|
|
2003
|
+
chainId: 1,
|
|
2004
|
+
address: "0xFd09911130e6930Bf87F2B0554c44F400bD80D3e",
|
|
2005
|
+
name: "Ethix",
|
|
2006
|
+
symbol: "ETHIX",
|
|
2007
|
+
decimals: 18,
|
|
2008
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETHIX/logo.svg",
|
|
2009
|
+
extensions: {
|
|
2010
|
+
opListId: "extended",
|
|
2011
|
+
opTokenId: "ETHIX"
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
chainId: 11155111,
|
|
2016
|
+
address: "0xf63eeab5ce6c49654708442ea1afb7b56693b734",
|
|
2017
|
+
name: "Ethix",
|
|
2018
|
+
symbol: "ETHIX",
|
|
2019
|
+
decimals: 18,
|
|
2020
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETHIX/logo.svg",
|
|
2021
|
+
extensions: {
|
|
2022
|
+
optimismBridgeAddress: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1",
|
|
2023
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
2024
|
+
opListId: "extended",
|
|
2025
|
+
opTokenId: "ETHIX"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
chainId: 11155420,
|
|
2030
|
+
address: "0xFd09911130e6930Bf87F2B0554c44F400bD80D3e",
|
|
2031
|
+
name: "Ethix",
|
|
2032
|
+
symbol: "ETHIX",
|
|
2033
|
+
decimals: 18,
|
|
2034
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETHIX/logo.svg",
|
|
2035
|
+
extensions: {
|
|
2036
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2037
|
+
opListId: "extended",
|
|
2038
|
+
opTokenId: "ETHIX"
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
chainId: 84532,
|
|
2043
|
+
address: "0xFd09911130e6930Bf87F2B0554c44F400bD80D3e",
|
|
2044
|
+
name: "Ethix",
|
|
2045
|
+
symbol: "ETHIX",
|
|
2046
|
+
decimals: 18,
|
|
2047
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETHIX/logo.svg",
|
|
2048
|
+
extensions: {
|
|
2049
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2050
|
+
opListId: "extended",
|
|
2051
|
+
opTokenId: "ETHIX"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2002
2054
|
{
|
|
2003
2055
|
chainId: 11155111,
|
|
2004
2056
|
address: "0xbABedB663F3E70E6CEdb26558e8ceFB12d321Caa",
|
|
@@ -3690,6 +3742,7 @@ var tokens = [
|
|
|
3690
3742
|
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3691
3743
|
extensions: {
|
|
3692
3744
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3745
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3693
3746
|
opListId: "extended",
|
|
3694
3747
|
opTokenId: "MKR"
|
|
3695
3748
|
}
|
|
@@ -3707,6 +3760,19 @@ var tokens = [
|
|
|
3707
3760
|
opTokenId: "MKR"
|
|
3708
3761
|
}
|
|
3709
3762
|
},
|
|
3763
|
+
{
|
|
3764
|
+
chainId: 8453,
|
|
3765
|
+
address: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
|
|
3766
|
+
name: "Maker",
|
|
3767
|
+
symbol: "MKR",
|
|
3768
|
+
decimals: 18,
|
|
3769
|
+
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3770
|
+
extensions: {
|
|
3771
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3772
|
+
opListId: "extended",
|
|
3773
|
+
opTokenId: "MKR"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3710
3776
|
{
|
|
3711
3777
|
chainId: 1,
|
|
3712
3778
|
address: "0xf134519cBE2042B06Ee7cE20Df51d09b55559896",
|
|
@@ -6811,6 +6877,32 @@ var tokens = [
|
|
|
6811
6877
|
opTokenId: "WAD"
|
|
6812
6878
|
}
|
|
6813
6879
|
},
|
|
6880
|
+
{
|
|
6881
|
+
chainId: 1,
|
|
6882
|
+
address: "0x88800092fF476844f74dC2FC427974BBee2794Ae",
|
|
6883
|
+
name: "Ambire Wallet",
|
|
6884
|
+
symbol: "WALLET",
|
|
6885
|
+
decimals: 18,
|
|
6886
|
+
logoURI: "https://ethereum-optimism.github.io/data/WALLET/logo.svg",
|
|
6887
|
+
extensions: {
|
|
6888
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6889
|
+
opListId: "extended",
|
|
6890
|
+
opTokenId: "WALLET"
|
|
6891
|
+
}
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
chainId: 8453,
|
|
6895
|
+
address: "0x0BbbEad62f7647AE8323d2cb243A0DB74B7C2b80",
|
|
6896
|
+
name: "Ambire Wallet",
|
|
6897
|
+
symbol: "WALLET",
|
|
6898
|
+
decimals: 18,
|
|
6899
|
+
logoURI: "https://ethereum-optimism.github.io/data/WALLET/logo.svg",
|
|
6900
|
+
extensions: {
|
|
6901
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6902
|
+
opListId: "extended",
|
|
6903
|
+
opTokenId: "WALLET"
|
|
6904
|
+
}
|
|
6905
|
+
},
|
|
6814
6906
|
{
|
|
6815
6907
|
chainId: 1,
|
|
6816
6908
|
address: "0xEDB171C18cE90B633DB442f2A6F72874093b49Ef",
|
|
@@ -7351,7 +7443,7 @@ var tokens = [
|
|
|
7351
7443
|
var version = {
|
|
7352
7444
|
major: 10,
|
|
7353
7445
|
minor: 0,
|
|
7354
|
-
patch:
|
|
7446
|
+
patch: 48
|
|
7355
7447
|
};
|
|
7356
7448
|
var optimism_tokenlist_default = {
|
|
7357
7449
|
name,
|