@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.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-03-
|
|
44
|
+
var timestamp = "2024-03-20T21:19:18.143Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3995,6 +3995,20 @@ var tokens = [
|
|
|
3995
3995
|
decimals: 18,
|
|
3996
3996
|
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
3997
3997
|
extensions: {
|
|
3998
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3999
|
+
opListId: "extended",
|
|
4000
|
+
opTokenId: "SEAM"
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
chainId: 11155111,
|
|
4005
|
+
address: "0xF01901ad15fcd248a7175E03c0ecCC0fD1D943Eb",
|
|
4006
|
+
name: "Seamless",
|
|
4007
|
+
symbol: "SEAM",
|
|
4008
|
+
decimals: 18,
|
|
4009
|
+
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
4010
|
+
extensions: {
|
|
4011
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
3998
4012
|
opListId: "extended",
|
|
3999
4013
|
opTokenId: "SEAM"
|
|
4000
4014
|
}
|
|
@@ -4007,6 +4021,20 @@ var tokens = [
|
|
|
4007
4021
|
decimals: 18,
|
|
4008
4022
|
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
4009
4023
|
extensions: {
|
|
4024
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4025
|
+
opListId: "extended",
|
|
4026
|
+
opTokenId: "SEAM"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
chainId: 84532,
|
|
4031
|
+
address: "0x178898686F23a50CCAC17962df41395484804a6B",
|
|
4032
|
+
name: "Seamless",
|
|
4033
|
+
symbol: "SEAM",
|
|
4034
|
+
decimals: 18,
|
|
4035
|
+
logoURI: "https://ethereum-optimism.github.io/data/SEAM/logo.svg",
|
|
4036
|
+
extensions: {
|
|
4037
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4010
4038
|
opListId: "extended",
|
|
4011
4039
|
opTokenId: "SEAM"
|
|
4012
4040
|
}
|
|
@@ -5785,7 +5813,7 @@ var tokens = [
|
|
|
5785
5813
|
var version = {
|
|
5786
5814
|
major: 10,
|
|
5787
5815
|
minor: 0,
|
|
5788
|
-
patch:
|
|
5816
|
+
patch: 8
|
|
5789
5817
|
};
|
|
5790
5818
|
var optimism_tokenlist_default = {
|
|
5791
5819
|
name,
|