@eth-optimism/tokenlist 10.0.144 → 10.0.145
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-84f442d0.d.ts → optimism.tokenlist-4c0fbbb1.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-10-
|
|
44
|
+
var timestamp = "2024-10-09T00:13:57.849Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3704,6 +3704,46 @@ var tokens = [
|
|
|
3704
3704
|
opTokenId: "IPT"
|
|
3705
3705
|
}
|
|
3706
3706
|
},
|
|
3707
|
+
{
|
|
3708
|
+
chainId: 11155111,
|
|
3709
|
+
address: "0x0dBD2d894157376a4939b5B94940Acd1fD110303",
|
|
3710
|
+
name: "IRARA Token",
|
|
3711
|
+
symbol: "IRARA",
|
|
3712
|
+
decimals: 18,
|
|
3713
|
+
logoURI: "https://ethereum-optimism.github.io/data/IRARA/logo.svg",
|
|
3714
|
+
extensions: {
|
|
3715
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
3716
|
+
optimismBridgeAddress: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1",
|
|
3717
|
+
opListId: "extended",
|
|
3718
|
+
opTokenId: "IRARA"
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
chainId: 84532,
|
|
3723
|
+
address: "0x9F9B4cE2d89847Cf579cBE345c3bB910480Df8dc",
|
|
3724
|
+
name: "IRARA Token",
|
|
3725
|
+
symbol: "IRARA",
|
|
3726
|
+
decimals: 18,
|
|
3727
|
+
logoURI: "https://ethereum-optimism.github.io/data/IRARA/logo.svg",
|
|
3728
|
+
extensions: {
|
|
3729
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3730
|
+
opListId: "extended",
|
|
3731
|
+
opTokenId: "IRARA"
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
chainId: 11155420,
|
|
3736
|
+
address: "0x819845b60A192167Ed1139040B4F8ecA31834f27",
|
|
3737
|
+
name: "IRARA Token",
|
|
3738
|
+
symbol: "IRARA",
|
|
3739
|
+
decimals: 18,
|
|
3740
|
+
logoURI: "https://ethereum-optimism.github.io/data/IRARA/logo.svg",
|
|
3741
|
+
extensions: {
|
|
3742
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3743
|
+
opListId: "extended",
|
|
3744
|
+
opTokenId: "IRARA"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3707
3747
|
{
|
|
3708
3748
|
chainId: 1,
|
|
3709
3749
|
address: "0x17d2628D30F8e9E966c9Ba831c9B9b01ea8Ea75C",
|
|
@@ -9778,7 +9818,7 @@ var tokens = [
|
|
|
9778
9818
|
var version = {
|
|
9779
9819
|
major: 10,
|
|
9780
9820
|
minor: 0,
|
|
9781
|
-
patch:
|
|
9821
|
+
patch: 145
|
|
9782
9822
|
};
|
|
9783
9823
|
var optimism_tokenlist_default = {
|
|
9784
9824
|
name,
|