@eth-optimism/tokenlist 10.0.87 → 10.0.89
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-a962fdb0.d.ts → optimism.tokenlist-41a28ef2.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-06-
|
|
44
|
+
var timestamp = "2024-06-25T00:53:57.136Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1047,6 +1047,32 @@ var tokens = [
|
|
|
1047
1047
|
opTokenId: "BTRST"
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
|
+
{
|
|
1051
|
+
chainId: 1,
|
|
1052
|
+
address: "0xa2fe5e51729be71261bcf42854012827bc44c044",
|
|
1053
|
+
name: "Burn",
|
|
1054
|
+
symbol: "BURN",
|
|
1055
|
+
decimals: 18,
|
|
1056
|
+
logoURI: "https://ethereum-optimism.github.io/data/BURN/logo.png",
|
|
1057
|
+
extensions: {
|
|
1058
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1059
|
+
opListId: "extended",
|
|
1060
|
+
opTokenId: "BURN"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
chainId: 8453,
|
|
1065
|
+
address: "0xE678215723A44647F4729E92E0032e1634105CAb",
|
|
1066
|
+
name: "Burn",
|
|
1067
|
+
symbol: "BURN",
|
|
1068
|
+
decimals: 18,
|
|
1069
|
+
logoURI: "https://ethereum-optimism.github.io/data/BURN/logo.png",
|
|
1070
|
+
extensions: {
|
|
1071
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1072
|
+
opListId: "extended",
|
|
1073
|
+
opTokenId: "BURN"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1050
1076
|
{
|
|
1051
1077
|
chainId: 1,
|
|
1052
1078
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -7950,6 +7976,32 @@ var tokens = [
|
|
|
7950
7976
|
opTokenId: "WETH"
|
|
7951
7977
|
}
|
|
7952
7978
|
},
|
|
7979
|
+
{
|
|
7980
|
+
chainId: 1,
|
|
7981
|
+
address: "0xf31698DDAd0d11160Fe85c500397A470CD3d492E",
|
|
7982
|
+
name: "WEXO",
|
|
7983
|
+
symbol: "WEXO",
|
|
7984
|
+
decimals: 18,
|
|
7985
|
+
logoURI: "https://ethereum-optimism.github.io/data/WEXO/logo.png",
|
|
7986
|
+
extensions: {
|
|
7987
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7988
|
+
opListId: "extended",
|
|
7989
|
+
opTokenId: "WEXO"
|
|
7990
|
+
}
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
chainId: 8453,
|
|
7994
|
+
address: "0xac12f930318be4f9d37f602cbf89cd33e99aa9d4",
|
|
7995
|
+
name: "WEXO",
|
|
7996
|
+
symbol: "WEXO",
|
|
7997
|
+
decimals: 18,
|
|
7998
|
+
logoURI: "https://ethereum-optimism.github.io/data/WEXO/logo.png",
|
|
7999
|
+
extensions: {
|
|
8000
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8001
|
+
opListId: "extended",
|
|
8002
|
+
opTokenId: "WEXO"
|
|
8003
|
+
}
|
|
8004
|
+
},
|
|
7953
8005
|
{
|
|
7954
8006
|
chainId: 8453,
|
|
7955
8007
|
address: "0xfB18511F1590a494360069F3640c27d55c2B5290",
|
|
@@ -8634,7 +8686,7 @@ var tokens = [
|
|
|
8634
8686
|
var version = {
|
|
8635
8687
|
major: 10,
|
|
8636
8688
|
minor: 0,
|
|
8637
|
-
patch:
|
|
8689
|
+
patch: 89
|
|
8638
8690
|
};
|
|
8639
8691
|
var optimism_tokenlist_default = {
|
|
8640
8692
|
name,
|