@eth-optimism/tokenlist 10.0.157 → 10.0.159
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 +55 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +55 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-51e61b19.d.ts → optimism.tokenlist-30208d58.d.ts} +55 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +55 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +55 -3
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-08T03:44:50.228Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2036,7 +2036,7 @@ var tokens = [
|
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
2038
2038
|
chainId: 8453,
|
|
2039
|
-
address: "
|
|
2039
|
+
address: "0x5eAA326fB2fc97fAcCe6A79A304876daD0F2e96c",
|
|
2040
2040
|
name: "Dimo",
|
|
2041
2041
|
symbol: "DIMO",
|
|
2042
2042
|
decimals: 18,
|
|
@@ -3775,6 +3775,58 @@ var tokens = [
|
|
|
3775
3775
|
opTokenId: "IOTX"
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
|
+
{
|
|
3779
|
+
chainId: 1,
|
|
3780
|
+
address: "0x1e4746dC744503b53b4A082cB3607B169a289090",
|
|
3781
|
+
name: "IPOR Token",
|
|
3782
|
+
symbol: "IPOR",
|
|
3783
|
+
decimals: 18,
|
|
3784
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPOR/logo.svg",
|
|
3785
|
+
extensions: {
|
|
3786
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3787
|
+
opListId: "extended",
|
|
3788
|
+
opTokenId: "IPOR"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
chainId: 8453,
|
|
3793
|
+
address: "0xbd4e5c2f8de5065993d29a9794e2b7cefc41437a",
|
|
3794
|
+
name: "IPOR Token",
|
|
3795
|
+
symbol: "IPOR",
|
|
3796
|
+
decimals: 18,
|
|
3797
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPOR/logo.svg",
|
|
3798
|
+
extensions: {
|
|
3799
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3800
|
+
opListId: "extended",
|
|
3801
|
+
opTokenId: "IPOR"
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
chainId: 11155111,
|
|
3806
|
+
address: "0x6e14233172B25eba7Ed3CBC513dD8d78d7c2F519",
|
|
3807
|
+
name: "IPOR Token",
|
|
3808
|
+
symbol: "IPOR",
|
|
3809
|
+
decimals: 18,
|
|
3810
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPOR/logo.svg",
|
|
3811
|
+
extensions: {
|
|
3812
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
3813
|
+
opListId: "extended",
|
|
3814
|
+
opTokenId: "IPOR"
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
chainId: 84532,
|
|
3819
|
+
address: "0x7EbbA0361cCF8ECF66C4522A9323674Cd33e8b99",
|
|
3820
|
+
name: "IPOR Token",
|
|
3821
|
+
symbol: "IPOR",
|
|
3822
|
+
decimals: 18,
|
|
3823
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPOR/logo.svg",
|
|
3824
|
+
extensions: {
|
|
3825
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3826
|
+
opListId: "extended",
|
|
3827
|
+
opTokenId: "IPOR"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3778
3830
|
{
|
|
3779
3831
|
chainId: 1,
|
|
3780
3832
|
address: "0xd909C5862Cdb164aDB949D92622082f0092eFC3d",
|
|
@@ -10071,7 +10123,7 @@ var tokens = [
|
|
|
10071
10123
|
var version = {
|
|
10072
10124
|
major: 10,
|
|
10073
10125
|
minor: 0,
|
|
10074
|
-
patch:
|
|
10126
|
+
patch: 159
|
|
10075
10127
|
};
|
|
10076
10128
|
var optimism_tokenlist_default = {
|
|
10077
10129
|
name,
|