@eth-optimism/tokenlist 10.0.7 → 10.0.8
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 +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-86ae21ce.d.ts → optimism.tokenlist-ee5c53cc.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -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-03-
|
|
25
|
+
var timestamp = "2024-03-20T21:19:18.143Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3976,6 +3976,20 @@ var tokens = [
|
|
|
3976
3976
|
decimals: 18,
|
|
3977
3977
|
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
3978
3978
|
extensions: {
|
|
3979
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3980
|
+
opListId: "extended",
|
|
3981
|
+
opTokenId: "SEAM"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
chainId: 11155111,
|
|
3986
|
+
address: "0xF01901ad15fcd248a7175E03c0ecCC0fD1D943Eb",
|
|
3987
|
+
name: "Seamless",
|
|
3988
|
+
symbol: "SEAM",
|
|
3989
|
+
decimals: 18,
|
|
3990
|
+
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
3991
|
+
extensions: {
|
|
3992
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
3979
3993
|
opListId: "extended",
|
|
3980
3994
|
opTokenId: "SEAM"
|
|
3981
3995
|
}
|
|
@@ -3988,6 +4002,20 @@ var tokens = [
|
|
|
3988
4002
|
decimals: 18,
|
|
3989
4003
|
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
3990
4004
|
extensions: {
|
|
4005
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4006
|
+
opListId: "extended",
|
|
4007
|
+
opTokenId: "SEAM"
|
|
4008
|
+
}
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
chainId: 84532,
|
|
4012
|
+
address: "0x178898686F23a50CCAC17962df41395484804a6B",
|
|
4013
|
+
name: "Seamless",
|
|
4014
|
+
symbol: "SEAM",
|
|
4015
|
+
decimals: 18,
|
|
4016
|
+
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
4017
|
+
extensions: {
|
|
4018
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3991
4019
|
opListId: "extended",
|
|
3992
4020
|
opTokenId: "SEAM"
|
|
3993
4021
|
}
|
|
@@ -5766,7 +5794,7 @@ var tokens = [
|
|
|
5766
5794
|
var version = {
|
|
5767
5795
|
major: 10,
|
|
5768
5796
|
minor: 0,
|
|
5769
|
-
patch:
|
|
5797
|
+
patch: 8
|
|
5770
5798
|
};
|
|
5771
5799
|
var optimism_tokenlist_default = {
|
|
5772
5800
|
name,
|